markdown
https://segmentfault.com/markdown[自动链接]
$(document).ready(function () {
alert('hello world');
});
我的段落hajhhjhjkhj不会不会觉得不会产生》
vhcvhcvhbhjbjhsbhjbchbhbchsbbccbhjsbhbchjbdhsbcbbch不睡觉帮唱嘉 宾传经送宝百度手机号传播环境的变化基础比较好吧不会进步的实际
成本就会保持基本.
这里是引用部分哈哈哈
嵌套模式
Tables | Are | Cool | Are | Cool |
---|---|---|---|---|
col 3 is | right-aligned | $1600 | 北京 | 上海 |
col 2 is | centered | $12 | $11 | $12 |
zebra stripes | are neat | $1 | $1 | $2 |
$(document).ready(function () {
alert('hello world');
});
OpenComponents is an open-source framework that allows fast-moving teams to easily build and deploy front-end components. It abstracts away complicated infrastructure and leaves developers with very simple, but powerful building blocks that handle scale transparently.
How does it work?
First, you create your component. It can contain logic to get some data (using node.js) and then the view, including css and js. It can be what you want, including React or Angular components or whatever you like.
Then, you publish it to the OpenComponents registry and you wait a couple of seconds while the registry prepares your stuff to be production-ready.
Now, every web app in your private or public network can consume the component via its own HTTP endpoint during server-side rendering or just in the browser.
var fruits = ['Apple', 'Banana'];
console.log(fruits.length);
// 2
var first = fruits[0];
// Apple
var last = fruits[fruits.length - 1];
// Banana
fruits.forEach(function(item, index, array) {
console.log(item, index);
});
// Apple 0
// Banana 1
var vegetables = ['Cabbage', 'Turnip', 'Radish', 'Carrot'];
console.log(vegetables);
// ["Cabbage", "Turnip", "Radish", "Carrot"]
var pos = 1, n = 2;
var removedItems = vegetables.splice(pos, n);
// this is how to remove items, n defines the number of items to be removed,
// from that position(pos) onward to the end of array.
console.log(vegetables);
// ["Cabbage", "Carrot"] (the original array is changed)
console.log(removedItems);
// ["Turnip", "Radish"]
NSString*str=@"zidingiy ";
UIlabel*label=[UIlablel new];
第一节引用
第二节
第三节引用
第四节
这是一个标题。
- 这是第一行列表项。
- 这是第二行列表项。
给出一些例子代码:
return shell_exec("echo $input | $markdown_script");