为什么这个简单的JSFiddle不起作用?
我想在JSFiddle中添加一些代码。它没用。缩小它我甚至无法使用这个最简单的代码:
function displaymessage() { alert("Hello World!");}
<form> <input type="button" value="Click me!" onclick="displaymessage()" /></form><p>By pressing the button above, a function will be called. The function will alert a message.</p>
该alert
框未显示在JSFiddle中。
千万里不及你
慕森王