zoukankan      html  css  js  c++  java
  • ios之JavaScript

     初次接触java脚本,感觉java脚本so interesting!为什么呢?写javascript代码感觉就像是在记流水账,无拐弯抹角,一个字,就是“干”,想怎么干就怎么干,哈哈,下面是代码,在html文件中进行:

    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

    <html>

    <head>

      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

      <title>你好</title>

    </head>

    <body>

        hhhhhhh&nbsp;&nbsp;&nbsp;&nbsp; kkkkkkkk

        <br>

        kkkkkkkkkk

        <br>

        <font size='8' color='red'>ggggggg</font>

        <br>

        <img src='计算器.png' width='100' height='250'>

        <br>

        <br>

        <br>

        <inter href='index.html'>这是一个超级链接</inter>

        <br>

        <table border='1' align='center'>

            <tr>

                <td>1111</td><td>2222</td><td>3333</td>

            </tr>

            <tr>

                <td>1111</td><td>2222</td><td>3333</td>

            </tr>

            <tr>

                <td>1111</td><td>2222</td><td>3333</td>

            </tr>

        </table>

        <br>

        <input type="text"><input type="button" value="确定" onclic="ontap();">

        <br>

        <input type="radio">男<input type="radio">女<input type="button" value="确定" onclic="ontap();">

        <br>

        <input type="checkbox">男<input type="checkbox">女<input type="button" value="确定" onclic="ontap();">

    </body>

    <script>

        function ontap()

  • 相关阅读:
    格式控制符
    sort快速排序法
    堆积排序
    oracle常用命令
    C#中int和System.Int32理解总结
    IIS 7.5中的配置
    WPF循序渐进:XAML入门 .
    怎样找到excel两列之间同行相同的数据
    pl/sql functions and cbo costing
    Oracle 学习纲要
  • 原文地址:https://www.cnblogs.com/kl137754356/p/5995823.html
Copyright © 2011-2022 走看看