这里有一个无版权的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();
# ?\