08 2021 档案
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style> .mystep { width: 100%; display: flex; align-items: center; padding: 0; ma
阅读全文
摘要:let str = '数字顺背:#&#FA9520@@【21854】#&' function dealwith(str){ let res = str.replace(/#&(.+?)#&/g, function ($1){ console.log($1,"$1"); let [color, tex
阅读全文