Update test.html

This commit is contained in:
dukesrg 2015-04-28 14:09:30 +03:00
parent 317a63b6d1
commit 736053d136

View File

@ -1,10 +1,10 @@
<html><head><script>
a=atob('////').match(/./g);
aa=[];
i=0;
while(aa[i++]=a.shift()){
// alert(c.charCodeAt(0));
}
a='test';
//a=atob('////').match(/./g);
//aa=[];
/i=0;
//w/hile(aa[i++]=a.shift()){
//// alert(c.charCodeAt(0));
//}
a='test'.split('');
for(c in a)alert(a[c]));
</script><head></html>