2xrsa/test.html

11 lines
175 B
HTML
Raw Normal View History

2015-04-28 09:49:04 +00:00
<html><head><script>
2015-04-28 10:28:01 +00:00
a=atob('////').match(/./g);
2015-04-28 10:48:35 +00:00
aa=[];
2015-04-28 10:47:21 +00:00
i=0;
while(aa[i++]=a.shift()){
// alert(c.charCodeAt(0));
2015-04-28 09:58:53 +00:00
}
2015-04-28 11:07:59 +00:00
a='test';
for(c in a)alert(a[c]));
2015-04-28 09:49:04 +00:00
</script><head></html>