Display a base64 URL inside an iframe in another window. function debugBase64(base64URL){ var win = window.open(); ...
確定! 回上一頁