db
来自「《Ajax 实战》中文(有源码)详细简介了ajax」· 代码 · 共 15 行
TXT
15 行
# laugh, it's that funny.
%planet_db = (
mercury => { size => "tiny",
description => "A small hot (400 C) planet. Bring sun-screen." },
venus => { size => "small",
description => "Another hot planet." },
earth => { size => "small",
description => "Earth is a small planet, third from the sun. Roughly two-thirds of its surface is covered by water." },
mars => { size => "medium",
description => "Friendly hospitable green people." },
saturn => { size => "large",
description => "Saturn is a large planet" });
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?