今天是2024年11月24日 第47周 星期日

代人,时大变了。

我们生活在大地上,但我们的梦想超越天空。

變更

跳至導覽 跳至搜尋
移除 64 位元組 、 2020年8月4日 (二) 03:57
無編輯摘要
行 1: 行 1:  
var reg = /(?:([0-9A-Za-z_])([\u4e00-\u9fa5]))|(?:([\u4e00-\u9fa5])([0-9A-Za-z_]))/g;
 
var reg = /(?:([0-9A-Za-z_])([\u4e00-\u9fa5]))|(?:([\u4e00-\u9fa5])([0-9A-Za-z_]))/g;
var result;
+
$('.mw-parser-output').textContent = $('.mw-parser-output').textContent.replace(reg, '$1$3 $2$4');
$('.mw-parser-output).each(function () {
  −
   while( match = reg.exec(targetText) !== null ) {
  −
     this = this.replace(reg, "$1$3 $2$4");
  −
   }
  −
});
 

導覽選單