码迷,mamicode.com
首页 > 其他好文 > 详细

实验:使用Word2013发布到博客园

时间:2015-05-22 16:39:39      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:

?

如帖:http://www.cnblogs.com/liuxianan/archive/2013/04/13/3018732.html

http://www.cnblogs.com/default/archive/2012/06/05/2537225.html

?

样例代码:

  1. [Test]
  2. public void GetItemTest()
  3. {
  4. ????var token = ""; //TO Fill
  5. ????var context = ApiContextFactory.GetApiContext(token);
  6. ????string itemID = "251911744373";
  7. ????var getItemCall = new GetItemCall(context);
  8. ?
  9. ????var result = getItemCall.GetItem(itemID);
  10. ????Console.WriteLine(result.SKU);
  11. ????Console.WriteLine(result.Quantity);
  12. ????Console.WriteLine(result.StartPrice.Value);
  13. ????Console.WriteLine(result.StartPrice.currencyID);
  14. ????Console.WriteLine(result.Title);
  15. ????Console.WriteLine(result.Location);
  16. ????Console.WriteLine(result.Seller.UserID);
  17. ????Console.WriteLine(result.Description);
  18. ????Console.WriteLine(result);
  19. }

?

感谢:六仙庵,明年我18。

2015/5/22

实验:使用Word2013发布到博客园

标签:

原文地址:http://www.cnblogs.com/pengzhen/p/4522438.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!