js把unicode字串轉 字串/unicode字碼字串轉字串 取得連結 Facebook X Pinterest 電子郵件 其他應用程式 作者: 阿邱邱 - 2月 19, 2022 unicode字碼 解碼 成 可閱讀文字function unicodeToChar(text) { return text.replace(/\\u[\dA-F]{4}/gi, function (match) { return String.fromCharCode(parseInt(match.replace(/\\u/g, ''), 16)); });} 取得連結 Facebook X Pinterest 電子郵件 其他應用程式 留言
visual studio 生成類別圖 作者: 阿邱邱 - 4月 02, 2022 C++寫好程式之後可利用VS內建功能產生類別圖 檢視後會產生.cd檔案 可在工具列選擇類別圖表地方匯出成圖片 閱讀更多
js返回上一頁並重新整理 作者: 阿邱邱 - 4月 12, 2022 <button type="button" onClick="javascript:location. replace(this.href);event. returnValue=false;">Home</button> </div> 閱讀更多
留言