Yyunfan/Blog_

my first micblog

Opened this issue · 0 comments

用下markdown的写法

var li = document.getElementsByTagName('li');
for(var i = 0;i < li.length; i++) {
     (function(i){
          li[i].onclick = function(){
                console.log(i);
                console.log('sublime text用多了,
                 markdown没有任何的代码提示,有写白板的感觉,写完都要稍微看下,哈哈~')
          }
     })(i)
}
  • html5
  • css3
  • javascript
  • React
  • Item 1
  • Item 2
    • Item 2a
    • Item 2b