Is there a download function in jsFiddle?

前端 未结 16 2706
小鲜肉
小鲜肉 2020-12-02 03:37

Is there a download function in jsFiddle, so you can download an HTML with the CSS, HTML and JS in one file, so you can run it without jsFiddle for debug purposes?

16条回答
  •  温柔的废话
    2020-12-02 04:16

    Use http://jsfiddle.net//show/light/

    then just use inspect element function of browser. you will get code in iframe tab. . in chrome just right click and cick on edit as html tab. and copy the html content. that is your actual code.

提交回复
热议问题