Markdown 代码
`printf()` 函数代码区块
<?php
echo 'learn';
function test() {
echo 'test'
}<?php
echo 'learn';
function test() {
echo 'test'
}最后更新于
`printf()` 函数 <?php
echo 'learn';
function test() {
echo 'test'
}<?php
echo 'learn';
function test() {
echo 'test'
}最后更新于
```javascript
$(document).ready(function () {
alert('learn');
});
```$(document).ready(function () {
alert('learn');
});