2xrsa/test.html

7 lines
106 B
HTML
Raw Normal View History

2015-04-28 09:49:04 +00:00
<html><head><script>
2015-04-28 10:25:43 +00:00
a=atob('AAAA').match(/./g);
2015-04-28 10:06:05 +00:00
while(c=a.shift()){
2015-04-28 10:00:54 +00:00
alert(c);
2015-04-28 09:58:53 +00:00
}
2015-04-28 09:49:04 +00:00
</script><head></html>