摘要: 语法: <marquee></marquee> 以下是一个最简单的例子: 代码如下: <marquee><font size=+3 color=red>Hello, World</font></marquee> 下面这两个事件经常用到: onMouseOut="this.start()" :用来设置 阅读全文
posted @ 2018-04-19 18:33 Python研究者 阅读(690) 评论(0) 推荐(0) 编辑
摘要: $("#plshbtn").attr("style","display:none;"); 阅读全文
posted @ 2018-04-19 17:50 Python研究者 阅读(2206) 评论(0) 推荐(0) 编辑
摘要: 1、跳转链接 在当前窗口打开 1 window.location.href="http://www.baidu.com" 等价于 <a href="baidu.com" target="_self">go baidu</a> 1 window.location.href="http://www.ba 阅读全文
posted @ 2018-04-19 17:12 Python研究者 阅读(34258) 评论(0) 推荐(0) 编辑
摘要: 少了‘’ 错误 onclick="onlineWatch(${row.title})" 正确 onclick="onlineWatch('${row.title}')" 阅读全文
posted @ 2018-04-19 16:33 Python研究者 阅读(209) 评论(0) 推荐(0) 编辑