zoukankan      html  css  js  c++  java
  • easyui-helloworld

    <!DOCTYPE html>
    <html>
    <head>
        <meta charset="UTF-8">
        <title>Alert Messager - jQuery EasyUI Demo</title>
        
        <!-- ../../../static/libs/jquery-easyui/1.4.3/ -->
        <!-- css -->
        <link rel="stylesheet" type="text/css" href="../../../static/libs/jquery-easyui/1.4.3/themes/default/easyui.css">
        <link rel="stylesheet" type="text/css" href="../../../static/libs/jquery-easyui/1.4.3/themes/icon.css">
        <!-- js -->
        <script type="text/javascript" src="../../../static/libs/jquery-easyui/1.4.3/jquery.min.js"></script>
        <script type="text/javascript" src="../../../static/libs/jquery-easyui/1.4.3/jquery.easyui.min.js"></script>
        
        <script type="text/javascript">
        	$(function(){
        		$.messager.alert('hello','Hello,World!');
        	});
        </script>
    </head>
    <body>
    </body>
    </html>
    

    下载.

  • 相关阅读:
    第四次作业
    第三周
    作业
    第一周学习计划
    小组作业进度(只做了大概还未加内容)
    第六次作业
    第五次作业
    第四次作业
    复习心得 JAVA异常处理
    预习心得
  • 原文地址:https://www.cnblogs.com/juedui0769/p/4901460.html
Copyright © 2011-2022 走看看