Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 grails 中,我们可以使用 addToPages 函数将页面添加到书籍中。例如,如果 web 的类 Book 有很多页面,我们可以这样写:
book.addToPages(page)
但是我们怎样才能从书中删除一页呢?
removeFrom- 见http://grails.org/doc/latest/ref/Domain%20Classes/removeFrom.html
removeFrom