Update test.html

This commit is contained in:
dukesrg 2015-04-28 13:23:49 +03:00
parent e56fa4de0f
commit 6f58bee11b

View File

@ -3,4 +3,5 @@ a='test'.match(/./g);
while(c=a.shift()){
alert(c);
}
alert(atob('AAAA'));
</script><head></html>