Update test.html

This commit is contained in:
dukesrg 2015-04-28 13:28:01 +03:00
parent c5b3888186
commit 428804d80f

View File

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