4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Javascriptでヒアドキュメント 改悪版

Posted at

偉大なる元ネタ

Javascriptでヒアドキュメント

でもこれSafariだと動かないのよね……。

よろしい、ならば嘘コーディングだ。

eseheredoc.js
var css = (function(){/*
#target-red {
    background-color: #ff0000;
}
*/}).toString().match(/\/\*[\s\S]*\*\//)[0];
css = css.replace(/\/\*|\*\//g,'');

こんな感じで後はお好きなように。多分、もっと良い書き方があるはずですので、得意な人にお任せします。

4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?