赞
踩
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>在线文字转语音合成工具</title>
<script type="text/javascript" src="vue.js"></script>
</head>
<body>
<div id="app" v-cloak>
<div style="text-align:center;margin:0 auto;letter-spacing:5px;">
<h1>在线文字转语音合成工具</h1>
<textarea style="font-size:16px;font-weight:bold;" type="text" cols="100" rows="20"
id="ttsText">请输入要转换语音的文字</textarea><br /><br />
<input style="font-size:28px;font-weight:bold;cursor:pointer;" id="tts_btn" name="tts_btn" type="Button"
value=" 生成语音 " @click="create" />
<input style="font-size:28px;font-weight:bold;cursor:pointer;" id="tts_btn" name="tts_btn" type="Button"
value=" 播 放 " @click="start" />
<input style="font-size:28px;font-weight:bold;cursor:pointer;" id="tts_btn" name="tts_btn" type="Button"
value=" 暂 停 " @click="stop" />
<input style="
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。