Created
August 2, 2009 17:10
-
-
Save sugamasao/160135 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
copy 関数を firebug のコンソールで実行すると、クリップボードにコピーできる。 | |
こんな感じでデータの整形とかやると便利 | |
copy(<> | |
<![CDATA[ | |
hoge | |
fuga | |
piyo | |
]]> | |
</>.split('\n').map(function(n,i){ | |
return 'x' +n; | |
}).join('\n')) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment