SQL 语句如下
update wp_posts set post_content = replace(post_content,'http://www.jone.xyz/','https://www.jone.xyz/');
PHP面向对象知识点总结
弄懂JavaScript的作用域和闭包