2xrsa/test.html

8 lines
128 B
HTML
Raw Normal View History

2015-04-28 09:49:04 +00:00
<html><head><script>
2015-04-28 09:50:22 +00:00
a='test'.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 10:24:16 +00:00
alert(atob('AAAA').length);
2015-04-28 09:49:04 +00:00
</script><head></html>