©
AT&T
我是加粗
我是斜体
我是删除
++我是下划线++
==我是带有背景颜色的文字==
我是引用
- 我是第一个li
- 我是第二个li
- 我是第三个li
- 我的无序列表
- 我的无序列表
- 我的无序列表
- 我的无序列表
- 我的无序列表
- 我的无序列表
- 我的无序列表
- Bird
- McHale
- Parish
-
Bird
-
Magic
-
This is a list item with two paragraphs.
This is the second paragraph in the list item. You're only required to indent the first line. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
-
Another item in the same list.
This is an example reference-style link.
*literal asterisks*
- 我是ol下的li
- 我是ol下的li
- 我的checkbox,没选中我
- 我是checkbox,我被选中了
function aa(){
console.log(aaa);
}
.page{
width:100px;
height:100px;
background:#555;
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ajax</title>
</head>
<body>
<ul></ul>
<script type="text/javascript" src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>
<script type="text/javascript">
$(function() {
$.getJSON("https://www.f2ehacker.com/demo/json/json01.json",
function(data) {
$.each(data, function(i, data) {
$('ul').append('<li>' + '姓名:' + data[i].name + ';电话:' + data[i].phone + ';</li>')
});
}, 'json'
);
});
</script>
</body>
</html>
name | phone | arddess |
---|---|---|
曾祥良 | 15773060299 | 上海市 |
欧阳灵芝 | 15773060299 | 上海市 |
graph LR
A-->B
graph LR
C-->D
sequenceDiagram
A->>B: How are you?
B->>A: Great!
gantt
dateFormat YYYY-MM-DD
section S1
T1: 2014-01-01, 20d
section S2
T2: 2014-01-11, 9d
section S3
T3: 2014-01-02, 9d