一级标题
二级标题
无序列表
- 无序列表1
- 无序列表2
- 无序列表3
- 无序列表3.1
- 无序列表3.2
有序列表
- 有序列表1
- 有序列表2
- 有序列表3
3.1 有序列表3.1
3.2 有序列表3.2
我是引用哦哦(⊙o⊙)
这个是粗体
这个是斜体
这个是粗体加斜体 有没有好咕~~(╯﹏╰)b
link text
link text
http://example.com/ or address@example.com
代码
<php>
echo “hello world";
</php>
这是代码,这真的是代码哦O(∩_∩)O哈哈~
Use the printf()
function.
这是分割线,分割线分割线,么么哒(^o^)/~
删除删除删除
UIButton *button1 = [UIButton buttonWithType:UIButtonTypeRoundedRect];
button1.frame = CGRectMake(20, 60, CGRectGetWidth(self.view.frame) - 40, 40);
[button1 setTitle:@"弹出系统Alert" forState:UIControlStateNormal];
[button1 setTitleColor:[UIColor blackColor] forState:UIControlStateNormal];
[button1 addTarget:self action:@selector(button1Action) forControlEvents:UIControlEventTouchUpInside];
[self.view addSubview:button1];
这里写代码片,我知道啦啦啦啦