三星與華為未來(lái)肯定會(huì)有一戰(zhàn),這一戰(zhàn)將決定未來(lái)誰(shuí)是智能手機(jī)領(lǐng)域的老大?,F(xiàn)在我們將他們過(guò)去一年的成績(jī)做一下對(duì)比:

就在今天三星電子宣布了第四季度營(yíng)收和2017年業(yè)績(jī)。數(shù)據(jù)顯示三星電子在2017年公司全年?duì)I業(yè)收入為239.58萬(wàn)億韓元,全年?duì)I業(yè)利潤(rùn)為53.65萬(wàn)億韓元,折合*民幣就是全年?duì)I業(yè)收入相當(dāng)于1.41萬(wàn)億人民幣,3761億人民幣的營(yíng)業(yè)利潤(rùn)。

我們?cè)賮?lái)看華為的數(shù)據(jù),按官方公布的數(shù)據(jù)2017年華為成功突破年收入1000億美,總收入高達(dá)1022億美元,折合人民幣6558億元,相較去年增長(zhǎng)了約25.7%。但是華為并沒(méi)有公布凈利潤(rùn)是多少。最大的亮點(diǎn)就是消費(fèi)者BG增長(zhǎng)達(dá)到57.04%。
0) {
$.ajax({
type: "POST",
url: "/bbs/flagaicomment",
data: { id: _this.parent().parent().data("commentid"), Type: 0 },
dataType: "json",
success: function (json) {
window.location.reload();
},
error: function (err) {
$.messager.alert("", "頁(yè)面請(qǐng)求失敗,請(qǐng)刷新重試!");
}
});
} else {
_this.prev().find("img").attr("data-hideaigc", true)
$.ajax({
type: "POST",
url: "/bbs/updatereply",
data: {
id: _this.parent().parent().data("commentid"),
pid: EditPId,
content: encodeURIComponent(_this.prev().html()),
__RequestVerificationToken: $('[name=__RequestVerificationToken]').val(),
Type: 0,
userSelectAIGCTag: false,
isauthorsee: false,
imgcode: "",
},
dataType: "json",
success: function (json) {
window.location.reload();
},
error: function (err) {
$.messager.alert("", "頁(yè)面請(qǐng)求失敗,請(qǐng)刷新重試!");
}
});
}
});
$('#alertMsg_Cancel')[0].style.marginBottom = "20px"
})
// 普通貼/攝影貼/投票貼帖子正文隱藏ai標(biāo)識(shí)
$(".BSHARE_POP").on("click", ".AiClassTip", function () {
if (!LoginInforIsAdmin) {
return;
}
var _this = $(this)
var ImageUrl = parentTitle.indexOf("蓋樂(lè)世影像") != -1 ? _this.parent().find(".ueditor_img").attr("src") : _this.prev().attr("src")
$.messager.confirm('', "是否要隱藏此標(biāo)識(shí)", function () {
var obj = {
Content: encodeURIComponent(EditContent.replace(`src="${ImageUrl}"`, `src="${ImageUrl}" data-HideAigc="true"`)),
PId: EditPId,//帖子ID
TId: EditTId,//主題
FId: EditFId,//二級(jí)版塊
IsAuthorSee: EditIsAuthorSee,//回復(fù)僅作者可見(jiàn)
PTId: EditPTId,//帖子分類(lèi)
HaveImg: EditHaveImg,//內(nèi)容是否有圖片
Img: EditImg,//代表圖片地址
HaveVideo: EditHaveVideo,//視頻
Attachment: EditAttachment,//附件
Status: EditStatus,
PublishTime: EditPublishTime,
IsSync: EditIsSync,
Title: eventshareTitle,
Token: data_token,
__RequestVerificationToken: $('[name=__RequestVerificationToken]').val(),
AigcHideEdit: true,
}
$.post("/BBS/UpdatePost", obj, function (json) {
window.location.reload();
});
}, function () {
});
$('#alertMsg_Cancel')[0].style.marginBottom = "20px"
})
})
function controlAITips(info) {
if (isUserStatementAI(info)) {
//顯示作者聲明:含有AI生成內(nèi)容 >
$('.AiClassFixed').html('

作者聲明:含有AI生成內(nèi)容
>').show();
}
else if (isSystemAI(info)) {
$('.AiClassFixed').hide();
if (!ShowImageExifInfo) {
$(".BSHARE_POP img,.TuShangClassSwiper img").each(function (index, ele) {
var $this = $(this);
var aigc = $this.data('aigc');
var HideAigc = $this.data('hideaigc');
if (!HideAigc && aigc != null && (aigc.startsWith('1|') || aigc.startsWith('0|1|'))) {
$this.after(`

疑似使用了AI生成技術(shù),請(qǐng)謹(jǐn)慎甄別
>`);
$this.on('load', function () {
$this.parent().find('.AiClassTip')[0].style.width = $this.width() + "px"
})
}
});
}
}
else if (isAdminTagAI(info)) {
$('.AiClassFixed').html('

疑似含有AI生成內(nèi)容,請(qǐng)謹(jǐn)慎甄別
>').show();
}
else {
$('.AiClassFixed').hide();
}
}