Sometimes we need to test some code snippets, and the computer doesn't have a running environment for that language, so you can test them online.
This article brings you 8 very useful code snippets online tools to help you quickly and easily test and edit code Snippets.
1. Ideone
Ideone is an online code editing, debugging tool that allows developers to compile and run code online, supporting more than 40 programming languages.
2. Codepad
Codepad is an on-line compiler/interpreter, or a simple collaboration tool. Paste the snippet in the text box, Codepad will run it, and a short URL will be generated that you can share with others.
3. Jsfiddle
Jsfiddle is a web developer's driving range that you can use to edit some HTML, CSS, and JavaScript snippets online and share them with others, or embed them in your blog. You can also choose your own familiar, popular JavaScript libraries for development. In addition, Jsfiddle support for XHR is also very good, and can simulate some of the responses.
4. CSS Desk
Cssdesk is a standard CSS sandbox, the site is divided into three columns, it is very convenient to change the code in real time on the left to see the impact of a CSS property changes to the HTML element, even the entire site can be placed in the debugging, and the debugging completed files saved as HTML. The only regret is the lack of code hints and the need to manually enter CSS properties.
5. Online Code Editor
6. JsBin
JSBin is primarily used to help test JavaScript and CSS snippets, and the functionality is consistent with the Jsfiddle site.
7. Google Code Playground
Google Code Playground provides an online version of JavaScript, an Ajax editing, development, and debugging environment, as well as easy access to the appropriate documentation. There are many examples of common Google APIs and several Ajax libraries built in.
8. JSDO it
JSDO It allows developers to write JavaScript, HTML5, and CSS3 code online and allow them to share with each other in the community.
English Original: 8 best-in-testing Code Snippets
http://www.bkjia.com/PHPjc/327992.html www.bkjia.com true http://www.bkjia.com/PHPjc/327992.html techarticle Sometimes we need to test some code snippets, and the computer doesn't have a running environment for that language, so you can test them online. This article brings you 8 very good ...