這是文章標(biāo)題圖片 少數(shù)派上的Markdown語法 代碼code 用``包括的為單行代碼 print(a) print(b) 用``````包括的為代碼塊 print(a) print(b) 每行縮進(jìn)4格默認(rèn)就是代碼 print(a) print(b)