js show()方法 [英] js show() method

查看:425
本文介绍了js show()方法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

<script type="text/jscript">
for(var counter=0;counter<20;counter++)

{

    if(counter%3==0 && counter%4==0)

        show(counter);

}

</script>



这是一个js示例.当我操作.aspx页面时,什么都没有.
所以我想学习方法show.Please帮助我,并提供一些JS show方法的信息.谢谢!

< script type ="text/jscript">



This is a js example.When I operating the .aspx page there was nothing.
So I want learn to the method show.Please help me and give some information of JS show method.Thanks!

<script type="text/jscript">

for(var counter=0;counter<20;counter++)
{
    if(counter%4==0)
        print(counter);
    if(counter%4!=0)
        print("("+counter+")");
}


</script>

还有打印方法.请给我介绍一下.


</script>

And also print method.Please give me the introduction of it.

推荐答案

看看这个

http://www.java2s.com/Code/JavaScript/Ext-JS/Callshowmethodtodisplayawindow.htm [ ^ ]

http://help.dottoro.com/ljpongfu.ph [
Have a look on this

http://www.java2s.com/Code/JavaScript/Ext-JS/Callshowmethodtodisplayawindow.htm[^]

http://help.dottoro.com/ljpongfu.ph[^]

Thanks
Eswar


这篇关于js show()方法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆