代码编辑器:
x
1
2
<meta charset="utf-8">
3
<link href="/static/next/css/tryit.css?v=2017082407" rel="stylesheet"/>
4
<script src="https://cdn.staticfile.org/jquery/2.2.4/jquery.min.js"></script>
5
<script>
6
$(document).ready(function(){
7
$("a[href$='.org']").css("background-color","yellow");});
8
</script>
9
<a href="https://www.twle.cn">简单教程</a><br>
10
<a href="http://www.google.com">Google.com</a><br>
11
<a href="http://www.wikipedia.org">wikipedia.org</a>
12
<footer>简单教程,简单编程<br/>Copyright © 简单教程 www.twle.cn</footer>
13