Skip to content

Instantly share code, notes, and snippets.

@terryoy
terryoy / execute.txt
Last active August 29, 2015 14:08
lua study notes
# execute a program
$ lua hello.lua
# import a file and then into interactive mode
$ lua -i lib.lua
# execute some line
$ lua -e "print(math.sin(12))"
# execute with library "a" (using "-l")

通用样式

.ad {
  position: relative;
  display: block;
  max-height: 196px;
  max-width: 320px;
  border: 1px solid #d6d6d6;
 overflow: hidden;