一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

PHP去掉從word直接粘貼過來的沒有用格式的函數

一般處理的方式有二種:1.通過編輯器的JS直接去除。2.提交到后臺后,直接用程序去掉無效標簽。下面我就分享一個通過php的處理方式,成功率可能不是100%。這程序也是在php官網上看到的,就順便粘貼過來了。
復制代碼 代碼如下:
function ClearHtml($content,$allowtags='') {

mb_regex_encoding('UTF-8');
//replace MS special characters first
$search = array('/‘/u', '/’/u', '/“/u', '/”/u', '/—/u');
$replace = array('/'', '/'', '"', '"', '-');
$content = preg_replace($search, $replace, $content);
//make sure _all_ html entities are converted to the plain ascii equivalents - it appears
//in some MS headers, some html entities are encoded and some aren't
$content = html_entity_decode($content, ENT_QUOTES, 'UTF-8');
//try to strip out any C style comments first, since these, embedded in html comments, seem to
//prevent strip_tags from removing html comments (MS Word introduced combination)
if(mb_stripos($content, '/*') !== FALSE){
$content = mb_eregi_replace('#//*.*?/*/#s', '', $content, 'm');
}
//introduce a space into any arithmetic expressions that could be caught by strip_tags so that they won't be
//'<1' becomes '< 1'(note: somewhat application specific)
$content = preg_replace(array('/<([0-9]+)/'), array('< $1'), $content);

$content = strip_tags($content, $allowtags);
//eliminate extraneous whitespace from start and end of line, or anywhere there are two or more spaces, convert it to one
$content = preg_replace(array('/^/s/s+/', '//s/s+$/', '//s/s+/u'), array('', '', ' '), $content);
//strip out inline css and simplify style tags
$search = array('#<(strong|b)[^>]*>(.*?)</(strong|b)>#isu', '#<(em|i)[^>]*>(.*?)</(em|i)>#isu', '#<u[^>]*>(.*?)</u>#isu');
$replace = array('<b>$2</b>', '<i>$2</i>', '<u>$1</u>');
$content = preg_replace($search, $replace, $content);

//on some of the ?newer MS Word exports, where you get conditionals of the form 'if gte mso 9', etc., it appears
//that whatever is in one of the html comments prevents strip_tags from eradicating the html comment that contains
//some MS Style Definitions - this last bit gets rid of any leftover comments */
$num_matches = preg_match_all("http://<!--/u", $content, $matches);
if($num_matches){
$content = preg_replace('//<!--(.)*--/>/isu', '', $content);
}
return $content;
}

測試使用結果:
復制代碼 代碼如下:
<?php
$content = ' <!--[if gte mso 9]><xml><w:WordDocument><w:BrowserLevel>MicrosoftInterNETExplorer4</w:BrowserLevel><w:DisplayHorizontalDrawingGridEvery>0</w:DisplayHorizontalDrawingGridEvery><w:DisplayVerticalDrawingGridEvery>2</w:DisplayVerticalDrawingGridEvery><w:DocumentKind>DocumentNotSpecified</w:DocumentKind><w:DrawingGridVerticalSpacing>7.8</w:DrawingGridVerticalSpacing><w:View>Normal</w:View><w:Compatibility></w:Compatibility><w:Zoom>0</w:Zoom></w:WordDocument></xml><![endif]-->
<p class="p0" style="text-indent: 24.0000pt; margin-bottom: 0pt; margin-top: 0pt;"><span style="mso-spacerun: "yes"; font-size: 12.0000pt; font-family: "宋體";">《優伴戶外旅行》――讓旅行成為習慣!</span></p>越發忙碌的你,是否想給自己放個假?專注工作的你,是否還記得上一次鍛煉是什么時候?優伴戶外旅行,給你不一樣的旅行體驗:給心自由,便處處都是風景!</span></p>';
echo ClearHtml($content,'<p>');

/*
得到的結果:
<p >《優伴戶外旅行》--讓旅行成為習慣!</p>越發忙碌的你,是否想給自己放個假?專注工作的你,是否還記得上一次鍛煉是什么時候?優伴戶外旅行,給你不一樣的旅行體驗:給心自由,便處處都是風景!</p>
*/
?>

php技術PHP去掉從word直接粘貼過來的沒有用格式的函數,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 国产精品一区不卡 | 经典欧美gifxxoo动态图午夜 | 普通话对白国产情侣自啪 | 69视频在线观看 | 天天操天天透 | 中文字幕一二三区乱码老 | 久久综合伊人 | 成人激情站 | 国产美女免费 | 麻豆国产91 | 国产欧美一级片 | 日韩 亚洲 中文 图片 小说 | 亚洲国产视频网站 | 色哟哟网站入口 | 操你综合| 欧美日韩视频在线第一区二区三区 | 国内视频一区 | 国产亚洲精品美女久久久久久2021 | 青青草一区国产97 | 精品久久网站 | 狠狠色丁香婷婷久久综合不卡 | 亚洲高清一区二区三区 | 精品福利在线观看 | 91专区在线观看 | 韩国福利影视一区二区三区 | 亚色网址| 日本网址在线观看 | 日本综合欧美一区二区三区 | 国产三级自拍 | 婷婷久久五月天 | 国产欧美亚洲三区久在线观看 | 四虎在线观看免费视频 | 91精品国产福利尤物 | 九九在线 | 婷婷丁香在线 | 欧美高清在线视频 | 99精品国产自产在线观看 | 88av色| 欧美成国产精品 | 国产综合成人亚洲区 | 亚洲天堂日韩在线 |