星期日 18:13 2016年04月03日
连接数据库略过:
//修改
if (isset($_GET["post"]))
{
$post=$_GET["post"];
$gid = $_POST['gid'];
$...
星期六 14:59 2016年04月02日
js如何获取div的高度?代码如下:
<script type="text/javascript">
window.onload = fu...
星期一 19:21 2016年03月28日
新建一个按钮,按钮上写代码:
on (release) {
this.onEnterFrame=function() {
prevFrame();
}
...