Update test.html

This commit is contained in:
dukesrg 2015-04-28 13:47:21 +03:00
parent 3de68c84c4
commit 147c623efd

View File

@ -1,6 +1,9 @@
<html><head><script>
a=atob('////').match(/./g);
while(c=a.shift()){
alert(c.charCodeAt(0));
aa [];
i=0;
while(aa[i++]=a.shift()){
// alert(c.charCodeAt(0));
}
alert(aa.length);
</script><head></html>