Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<!DOCTYPE html>
<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
<script type="text/javascript" src="//apps.bdimg.com/libs/jquery/1.11.3/jquery.min.js">
</script>
</head>
<body>
<div id="用户信息">
<div id="tihuan">
<img src='{avatar}' width='100' height='100' />
<div id="hide"> 帐号:{帐号}
</div>
<div> 姓名:{name}
xxxxxxxxxx
ul {
list-style-type: none;
}
$(function() {
(function($) {
$.fn.mbth = function(json) {
var pattern = /\{([^\x00-\xff]*\w*[:]*[=]*)\}(?!})/g;
var template = $(this).html()
var thisob = $(this)[0]
if (json.length) { //数组处理
var temphtml = "";
var tempattr = ""
var attarr = thisob.attributes;
for (var i in attarr) {
if (!isNaN(parseInt(i))) {
tempattr += " " + attarr[i].name + "='" + attarr[i].nodeValue + "'";