09 2022 档案
摘要:ubuntu% cat hello.c #include <stdio.h> #include <lua.h> #include <lualib.h> #include <lauxlib.h> static int hello(lua_State *L){ printf("hello\n"); re
阅读全文
摘要:选择器 el.getElementById('id') el.getElementsByTagName('li') 返回伪数组 el.getElementsByClassName('classname') 返回伪数组 el.querySelector('selector') 返回第一个元素对象 el
阅读全文
摘要:ubuntu% curl -R -O http://www.lua.org/ftp/lua-5.4.4.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Le
阅读全文

浙公网安备 33010602011771号