• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






天生自然

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 93 94 95 96 97 98 99 100 101 ··· 276 下一页

2020年2月29日

吴裕雄--天生自然PHP-MySQL-JavaScript学习笔记:其它HTML5属性
摘要: <!DOCTYPE html> <html> <head> <title>HTML5/Flash Audio</title> </head> <body><br><pre> <audio controls> <object type="application/x-shockwave-flash" d 阅读全文
posted @ 2020-02-29 15:12 吴裕雄 阅读(161) 评论(0) 推荐(0)
 
吴裕雄--天生自然PHP-MySQL-JavaScript学习笔记:HTML5音频和视频
摘要: <!DOCTYPE html> <html> <head> <title>Drawing Arcs</title> <script src='OSC.js'></script> </head> <body> <canvas id='mycanvas' width='640' height='480' 阅读全文
posted @ 2020-02-29 15:10 吴裕雄 阅读(162) 评论(0) 推荐(0)
 
吴裕雄--天生自然PHP-MySQL-JavaScript学习笔记:HTML5画布
摘要: <!DOCTYPE html> <html> <!-- geolocation.html --> <head> <title>Geolocation Example</title> </head> <body> <script> if (typeof navigator.geolocation == 阅读全文
posted @ 2020-02-29 15:03 吴裕雄 阅读(238) 评论(0) 推荐(0)
 
吴裕雄--天生自然PHP-MySQL-JavaScript学习笔记:HTML5概述
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Lists</title> <link r 阅读全文
posted @ 2020-02-29 15:01 吴裕雄 阅读(166) 评论(0) 推荐(0)
 
吴裕雄--天生自然PHP-MySQL-JavaScript学习笔记:jQuery概述
摘要: <!DOCTYPE html> <html> <head> <title>DOM Traversal: Siblings</title> <script src='jquery-3.2.1.min.js'></script> </head> <body> <ul> <li class='new'>I 阅读全文
posted @ 2020-02-29 14:57 吴裕雄 阅读(203) 评论(0) 推荐(0)
 
吴裕雄--天生自然PHP-MySQL-JavaScript学习笔记:由JavaScript访问CSS
摘要: function C(i) { return document.getElementsByClassname(i) } function S(i) { return O(i).style } function O(i) { return typeof i == 'object' ? i : docu 阅读全文
posted @ 2020-02-29 14:51 吴裕雄 阅读(143) 评论(0) 推荐(0)
 
吴裕雄--天生自然PHP-MySQL-JavaScript学习笔记:支持CSS3的高级CSS
摘要: <!DOCTYPE html> <html> <!-- backgroundimages.html --> <head> <title>CSS3 Multiple Backgrounds Example</title> <style> .border { font-family:'Times New 阅读全文
posted @ 2020-02-29 14:47 吴裕雄 阅读(158) 评论(0) 推荐(0)
 
吴裕雄--天生自然PHP-MySQL-JavaScript学习笔记:CSS简介
摘要: <!DOCTYPE html> <html> <head> <title>Positioning</title> <style> #container { position :absolute; top :50px; left :0px; } #object1 { position :absolut 阅读全文
posted @ 2020-02-29 14:45 吴裕雄 阅读(136) 评论(0) 推荐(0)
 
吴裕雄--天生自然PHP-MySQL-JavaScript学习笔记:使用Ajax
摘要: <?php // xmlget.php if (isset($_GET['url'])) { header('Content-Type: text/xml'); echo file_get_contents("http://".sanitizeString($_GET['url'])); } fun 阅读全文
posted @ 2020-02-29 14:43 吴裕雄 阅读(205) 评论(0) 推荐(0)
 
吴裕雄--天生自然PHP-MySQL-JavaScript学习笔记:JavaScript和PHP验证
摘要: function validateForename(field) { return (field == "") ? "No Forename was entered.\n" : "" } function validateSurname(field) { return (field == "") ? 阅读全文
posted @ 2020-02-29 14:38 吴裕雄 阅读(181) 评论(0) 推荐(0)
 
上一页 1 ··· 93 94 95 96 97 98 99 100 101 ··· 276 下一页