最新回答 / qq_慕圣8370306
<!DOCTYPE HTML><html><head><meta http-equiv="Content-Type" Content="text/html; charset=utf-8" /><title>javascript</title><style type="text/css">body{font-size:12px;}#txt{ height:400px; width:600px; border:#3...
2020-11-20
最新回答 / 慕仔1114078
<!DOCTYPE html><html> <head> <title> new document </title> <meta http-equiv="Content-Type" content="text/html; charset=gbk"/> <script type="text/javascript"> // 新窗口打开时弹出确认框,是否打开 function openWindow...
2020-11-20
最新回答 / eric_wy
第六行的样式,样式是存在优先级的, 行内样式优先级最高(除了!important外),这样#txt 的className 加上也不会有覆盖 obj.style="" ,obj.style.cssText="" 也一样可以清除样式
2020-10-20
最赞回答 / 慕哥1052527
reset是Windows保留关键字,JS函数名应该避开保留关键字。把reset、show、hidden这三个改一下比如后面加text,就可以了
2020-10-11