(function(){
for (var i = 0; i < arguments.length; i ++) {
var e = document.getElementById(arguments[i]);
e.parentNode.removeChild(e);
}
})(
"layout-css",
"options-css",
"theme-css",
"page-css"
);
いまさらcmdだけど... Batch: Timestamp to UNIX Time - Stack Overflow create a .bat file called "getUtime.bat" @echo off echo WScript.Echo(new Date().getTime()); > %temp%\time.js cscript //nologo %temp%\time.js del %temp%\time.js and call like this "C:\>getUTime" 1430894237616
Automatorで設定した変数をAppleScript内で変数名を指定することはできない なので、AppleScriptでinputの値を変数に格納する on run {input, parameters} set val1 to item 1 of input set val2 to item 2 of input set cnt to (count of input) end run 参考サイト AutomatorでAppleScriptに値を渡す http://ameblo.jp/softwaredeveloper/entry-11988473204.html AppleScriptのサンプル on run {input, parameters} set pictFol to path to pictures folder from user domain as text --ピクチャフォルダのパスを取得 set searchCha to item 1 of input --Automatorで受け渡された変数値(ファイル名)を取得 set the clipboard to searchCha --クリップボードにコピー return input end run
デフォルトのブラウザーで開きます start ‘https://docs.microsoft.com/ja-jp/powershell/’ powershell script to open web address URL with default browser | LockeVN aka walker in the coding cloud