Davis.js

码农软件 · 软件分类 · HTML5开发相关 · 2019-03-08 09:59:27

软件介绍

Davis.js 是一个小型的 JavaScript 库,使用 HTML5 的 history.pushState 方法来允许在 JavaScript 应用中实现 Sinatra 风格的页面路由。

示例代码:

var app = Davis(function () {
  this.get('/welcome/:name', function (req) {
    alert("Hello " + req.params['name'])
  })
})

app.start()

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

Realm of Racket

Realm of Racket

Matthias Felleisen、Conrad Barski M.D.、David Van Horn、Eight Students Northeastern University of / No Starch Press / 2013-6-25 / USD 39.95

Racket is the noble descendant of Lisp, a programming language renowned for its elegance and power. But while Racket retains the functional goodness of Lisp that makes programming purists drool, it wa......一起来看看 《Realm of Racket》 这本书的介绍吧!

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

RGB HEX 互转工具

html转js在线工具
html转js在线工具

html转js在线工具