这里有一个无版权的PHP版本:https://github.com/phith0n/XssHtml/blob/master/xsshtml.class.php# Written by Phithon root@leavesongs.com in 2014 and placed in
# the public domain.
#
# ?php
# require('xsshtml.class.php');
# $html = ' html code ';
# $xss = new XssHtml($html);
# $html = $xss- getHtml();
# ?\
简介Wordpress v4.4以后,已经内置了WP REST API。接口文档:https://developer.wordpress.org/rest-api/The WordPress REST API provides an interface for applications to interact with your WordPress site by sending and receiving data as JSON (JavaScript Object Notation) objects. It is the foundation of the WordPress Block