摘要:
這個問題我找了很多資料都沒有明說是如何解決,后來突發奇想得出我的解決方案如下,所以特此記錄一下: object postId = blogService.NewPost(0,"admin","123456", new { post_title = "My post 20130711", post_content = "This is my post on 2013/07/13.", post_status = "publish", post_author = 1, terms = new {ca 阅读全文