アットウィキロゴ

inderrscore

function myFunction() {
   Logger.log(underscoreGS._randomString(1000));
 
  //underscoreGSを利用して配列に指定した値が入っているか検査する
  Logger.log(underscoreGS._contains([1,2,3], 3));
}
最終更新:2017年04月18日 02:17