迅睿CMS框架是一款PHP8高性能·簡單易用的CMS開源開發(fā)框架,基于MIT開源許可協(xié)議發(fā)布,免費且不限制商業(yè)使用,是免費開源的產(chǎn)品,以萬端互聯(lián)為設(shè)計理念,支持的微信公眾號、小程序、APP客戶端、移動端網(wǎng)站、PC網(wǎng)站等多終端式管理系統(tǒng)。
聯(lián)系官方銷售客服
1835022288
028-61286886
為什么html放上去保存之后 ,重新編輯代碼就亂了,請問這個怎么解決?
回復(fù)@迅??蚣芗夹g(shù)-胡老師
xss關(guān)閉了還是有,后臺現(xiàn)在這個編輯不好用,怎么換成百度編輯器的?
回復(fù)@迅睿框架技術(shù)-胡老師
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQuery UI Draggable - Auto-scroll</title>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<style>
#draggable, #draggable2, #draggable3 { width: 100px; height: 100px; padding: 0.5em; float: left; margin: 0 10px 10px 0; }
body {font-family: Arial, Helvetica, sans-serif;}
table {font-size: 1em;}
.ui-draggable, .ui-droppable {background-position: top;}
</style>
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script>
$( function() {
$( "#draggable" ).draggable({ scroll: true });
$( "#draggable2" ).draggable({ scroll: true, scrollSensitivity: 100 });
$( "#draggable3" ).draggable({ scroll: true, scrollSpeed: 100 });
} );
</script>
</head>
<body>
<div id="draggable">
<p>Scroll set to true, default settings</p>
</div>
<div id="draggable2">
<p>scrollSensitivity set to 100</p>
<div id="draggable3">
<p>scrollSpeed set to 100</p>
<div style="height: 5000px; width: 1px;"></div>
</body>
</html>
http://223987.com/shop/keyword-%E7%BC%96%E8%BE%91%E5%99%A8.html
你這種代碼肯定會被編輯器過濾的
回復(fù)@迅??蚣芗夹g(shù)-胡老師
xss關(guān)閉了還是有,后臺現(xiàn)在這個編輯不好用,怎么換成百度編輯器的?
回復(fù)@迅睿框架技術(shù)-胡老師
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQuery UI Draggable - Auto-scroll</title>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<style>
#draggable, #draggable2, #draggable3 { width: 100px; height: 100px; padding: 0.5em; float: left; margin: 0 10px 10px 0; }
body {font-family: Arial, Helvetica, sans-serif;}
table {font-size: 1em;}
.ui-draggable, .ui-droppable {background-position: top;}
</style>
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script>
$( function() {
$( "#draggable" ).draggable({ scroll: true });
$( "#draggable2" ).draggable({ scroll: true, scrollSensitivity: 100 });
$( "#draggable3" ).draggable({ scroll: true, scrollSpeed: 100 });
} );
</script>
</head>
<body>
<div id="draggable">
<p>Scroll set to true, default settings</p>
</div>
<div id="draggable2">
<p>scrollSensitivity set to 100</p>
</div>
<div id="draggable3">
<p>scrollSpeed set to 100</p>
</div>
<div style="height: 5000px; width: 1px;"></div>
</body>
</html>
http://223987.com/shop/keyword-%E7%BC%96%E8%BE%91%E5%99%A8.html
你這種代碼肯定會被編輯器過濾的