MediaWiki:Common.js:修订间差异
外观
![]() |
小 |
||
(未显示3个用户的6个中间版本) | |||
第1行: | 第1行: | ||
/ | // load user css and js | ||
username = document.getElementById("pt-userpage").a.innerHtml | |||
alert(username) // test |
2022年5月5日 (四) 12:42的最新版本
// load user css and js username = document.getElementById("pt-userpage").a.innerHtml alert(username) // test