Add tags

Add tags to the following comment

WSHだとこんな感じ。詳しくは → こちら

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
a = WSH.arguments;
WSH.echo(a instanceof Array);
// => 0
WSH.echo(l = a.length);
// => 4
for(i = 0, o = ''; i < l; i++) o += a(i) +' ';
WSH.echo(o)
// => a b c d
WSH.echo(a);
// => Microsoft JScript 実行時エラー: 型が一致しません。

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...