onCLick getElementById().innerHTML 不能重复工作?
这是问题所在的页面: www.hodaradesign.com/vis-vertical2.html
我尝试在此处输入代码,但该网站不允许我输入。因此,请转到该页面并查看源代码。有一个包含 10 个输入的列表。即使所有 10 个输入都使用相同的代码,三个也不起作用。 有人能帮我吗?
谢谢
here is the page on which the problem lies: www.hodaradesign.com/vis-vertical2.html
I tried to enter code here but the site wouldn't let me. So go to the page and view source. There is a list of 10 inputs. three dont work even though all 10 inputs use the same code.
can anyone help me out?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您用于“Light n Life”的 HTML 代码中,有一句话:“LNL 的创始人想要一个徽标 [...]”。它包含一个结束字符串的单引号(“LNL's”)。您必须转义单引号。
In the HTML code you use for "Light n Life" there is a sentence: "LNL's founder wanted a logo [...]". It contains a single quote ("LNL's") which ends the string. You have to escape single quotes.