2018年4月13日 星期五

用SeaMonkey製作WYSIWYG 網頁

1. Launch SeaMonkey
2. Click the third icon "設計師" from left bottom corner

==> Composer is web page editor 

沒有留言:

張貼留言

Lua, 使用string:gsub("%b()", "")

7kyu, Valid Parentheses  7kyu的題目,一樣不難。 是求Parentheses是否balanced? 我採用最基本的解法,如下: local function valid_parentheses ( paren_str ) local s =...