摘要: <html><head> <script> function a() { var A=[3,6,5,9,2,1] A.sort() A.reverse() var s=A.slice(0,3) var f=s.join("#") alert(f) } </script></head> <body> 阅读全文
posted @ 2017-12-09 23:05 yep‘’ 阅读(199) 评论(0) 推荐(0)
摘要: <!--横向--><html><head> <style type="text/css"> body{background-color:grey; text-align:center; margin:0; padding:0;} #wrapper{background:white; width:80 阅读全文
posted @ 2017-12-09 22:54 yep‘’ 阅读(135) 评论(0) 推荐(0)
摘要: <html><head></head><body> <table border="1"><tr><td colspan="2" rowspan="2">A</td><td>B</td></tr><tr><td>D</td><td>E</td><td>F</td></tr><tr><td> 阅读全文
posted @ 2017-12-09 22:48 yep‘’ 阅读(492) 评论(0) 推荐(0)
摘要: <html><head> <title>你好</title></head><body><a href="fb/b.html">gotob</a> <ol type="circle"><li>PG ONE</li><li>H.M.E</li><li>中二病</li><li>他</li></ol> <o 阅读全文
posted @ 2017-12-09 22:42 yep‘’ 阅读(139) 评论(0) 推荐(0)