Leisurelybear

Results 2 issues of Leisurelybear

部署的时候,使用 `hexo g` 生成静态文件的时候,出现了空指针~ 然后做了修改,如果post.content返回空指针,则赋值空字符串

create a tampermonkey script and enable it. ```javascript // default settings... // ... // @match http://202.38.93.111:10047/xcaptcha // ... (function() { 'use strict'; // Your code here... let btn = document.getElementById("submit")...

solution