#import "ViewController.h"
@interface ViewController ()
@end
@implementation ViewController
- (void)viewDidLoad {
[super viewDidLoad];
NSString *strHTML = @"
很经典的黑色后背纯雪纺透视装到货了哈
前面莫代尔 手感顺滑 柔软 手感不错
后面薄薄的雪纺纱
腰节处开叉
很大气,超有范儿的一款 这个年代随时随地 都可见的欧美街头范儿
后背透、透、透
165身高 96J穿起来大概在膝盖不到10CM的位置
亲们啊~ 特别美得一款,穿起来超级有范,
看着特别不起眼的一件衣服,但上身效果特别好,
背面全部透视的雪纺黑纱,特别性感,
里面需要配一款黑色吊带,两侧带开叉的设计,亲们赶紧下手吧~~·
面料: 正面莫代尔背面:雪纺纱
Label:无主标 无尺码标 有吊牌 普通包装
Size:平铺尺寸,由于手工测量,会有2~3厘米的误差
~SIZE=CM
胸围:126连肩袖长:65 前衣长:80 后衣长:90
UIWebView *webView = [[UIWebView alloc] initWithFrame:self.view.bounds];
[self.view addSubview:webView];
[webView loadHTMLString:strHTML baseURL:nil];
// Do any additional setup after loading the view, typically from a nib.
}
- (void)didReceiveMemoryWarning {
[super didReceiveMemoryWarning];
// Dispose of any resources that can be recreated.
}
@end