« [予約語]SystemFolderLocalizations | トップページ | [Terminal]プロファイルを選択する »

コピーしたURLをヘッダーとURLに分ける



tell application "Finder"
set strResponse to the clipboard as text
end tell


set AppleScript's text item delimiters to "'"
set listResponse to every text item of strResponse as list
set AppleScript's text item delimiters to ""
set strURL to (item 2 of listResponse) as text
-->>URL部分

set AppleScript's text item delimiters to "\\\r"
set listResponse to every text item of strResponse as list
set AppleScript's text item delimiters to ""
set strHeader to (items 2 thru (last item) of listResponse) as text
-->ヘッダー部分

|

« [予約語]SystemFolderLocalizations | トップページ | [Terminal]プロファイルを選択する »

YouTube」カテゴリの記事