最赞回答 / 猫子0712
是顺序翻译的,翻译到<h2 id="con">javascript</H2>的时候,里面的文本确实是javascript,当翻译到mychar.innerHTML="hello world"这句的时候,文本变成了hello world,把之前的javascript覆盖掉了,所以最终显示的文本是hello world
2016-07-28
最新回答 / 慕粉3718594
<!DOCTYPE html><html> <head> <title> new document </title> <meta http-equiv="Content-Type" content="text/html; charset=gbk2312"/> <script type="text/javascript"> function openWindow() { var opena=confir...
2016-07-27
最新回答 / 慕移动9181930
在被约束为NOTNULL的列中,只找到了内容为NULL的记录才符合WHERE附加条件,系统认为已经查找到了表中记录的最末一行。MySQL将终止搜索。而且输出那里也有错误。
2016-07-27
最新回答 / 慕瓜5845726
<!doctype html><html><head> <title> new document </title> <meta http-equiv="Content-Type" content="text/html; charset=gbk"/> <script type="text/javascript"> function openWindow() { ...
2016-07-27
最赞回答 / 在imooc从零开始
将document.getElementById("txt").removeAttribute("style");改为document.getElementById("txt").style.cssText="";清空js设置的内联css样式
2016-07-27
最新回答 / 慕粉3769223
mychar.style.color="red"; mychar.style.background Color="#CCC"; mychar.style.width="300px";backgroundcolor中间应该没有空格吧?去掉空格以后你的背景颜色会有变化,然后就能看出来背景框部分会随大小调整有变动
2016-07-26