removed all the footers; formated all the files
This commit is contained in:
13
5.2.md
13
5.2.md
@@ -126,13 +126,10 @@ db.Query()函数用来直接执行Sql返回Rows结果。
|
||||
stmt.Exec()函数用来执行stmt准备好的SQL语句
|
||||
|
||||
我们可以看到我们传入的参数都是=?对应的数据,这样做的方式可以一定程度上防止SQL注入。
|
||||
|
||||
|
||||
|
||||
## links
|
||||
* [目录](<preface.md>)
|
||||
* 上一节: [database/sql接口](<5.1.md>)
|
||||
* 下一节: [使用SQLite数据库](<5.3.md>)
|
||||
|
||||
## LastModified
|
||||
* $Id$
|
||||
|
||||
## links
|
||||
* [目录](<preface.md>)
|
||||
* 上一节: [database/sql接口](<5.1.md>)
|
||||
* 下一节: [使用SQLite数据库](<5.3.md>)
|
||||
|
||||
Reference in New Issue
Block a user