随笔分类 - otherProgram
摘要:环境:lua for windows (lfW)主页:http://luaforwindows.luaforge.net/https://code.google.com/p/luaforwindows/lua for windows其实是一整套Lua的开发环境,它包括:Lua Interpreter...
阅读全文
摘要:在网站的搜索框那里加一个语音搜索是不是很酷。但是一点也不难。不过要chrome浏览器才支持。 在搜索框里加一个属性(x-webkit-speech)即可,如:1 <form action="xxx.php" method="POST" enctype="multipart/form-data">2 <input style="height:30px;" type="text" size="30" x-webkit-speech /> 3 <inp
阅读全文