可视化HTML编辑器 STEditor

码农软件 · 软件分类 · 可视化HTML编辑器 · 2019-04-07 22:56:51

软件介绍

STEditor 是一个基于浏览器的简单的可视化HTML编辑器。

使用方法:

<style type="text/css">@import url('SimpleTextEditor.css');</style>
<script src="SimpleTextEditor.js"></script>

<form>
<textarea id="body" name="body"></textarea>
<input type="submit" value="submit" onclick="ste.submit();">
</form>

<script>
var ste = new SimpleTextEditor("body", "ste");
ste.cssFile = 'main.css';
ste.charset = 'iso-8859-1';
ste.init();
</script>

本文地址:https://codercto.com/soft/d/3096.html

R Cookbook

R Cookbook

Paul Teetor / O'Reilly Media / 2011-3-22 / USD 39.99

With more than 200 practical recipes, this book helps you perform data analysis with R quickly and efficiently. The R language provides everything you need to do statistical work, but its structure ca......一起来看看 《R Cookbook》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具