摘要: <foreach> 元素主要用在构建 in 条件中,它可以在 SQL 语句中迭代一个集合。<foreach> 元素的属性主要有 item、index、collection、open、separator、close。 item 表示集合中每一个元素进行迭代时的别名。 index 指定一个名字,用于表示 阅读全文
posted @ 2020-02-21 19:48 del88 阅读(2610) 评论(0) 推荐(0)