为了账号安全,请及时绑定邮箱和手机立即绑定

为什么function里把jump这个名换成别的就不能运行了呢?!就教啊

为什么function里把jump这个名换成别的就不能运行了呢?!就教啊

cth小米 2015-06-07 15:52:50
function jump{    var obj=confirm("你要不要学习?")    if(obj==true)    {document.write("很好加油你可以的!")}    else{document.write("那你只能做女屌丝了!")}</script></head><body><p id= "con">进阶篇</p><form><input type="button" onclick="jump()" value="点击进入"> </form></body></html>为什么function里把jump这个名换成别的就不能运行了呢?!就教啊
查看完整描述

1 回答

已采纳
?
chavin

TA贡献46条经验 获得超7个赞

行的 。你需要改2个地方,第一个是方法名字,例如我把名字改为hello。

function hello{

//代码省略

}

使用的时候:

<input type = "button" onclick="hello()" value="点击进入">

查看完整回答
2 反对 回复 2015-06-07
  • cth小米
    cth小米
    嗯嗯 我有改了 可是按按钮就是没显示 然后换成刚开始的jump才有 这是为什么呢:-(
  • cth小米
    cth小米
    我解决啦 谢谢谢谢 程序处理问题原来
  • 1 回答
  • 0 关注
  • 1428 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信