{"id":47122,"date":"2025-12-06T04:48:26","date_gmt":"2025-12-06T04:48:26","guid":{"rendered":"https:\/\/mobsaint.com\/?p=47122"},"modified":"2025-12-06T04:48:26","modified_gmt":"2025-12-06T04:48:26","slug":"%e5%85%8d%e8%b4%b9%e4%bd%bf%e7%94%a8%e6%89%8b%e6%9c%ba%e4%bd%9c%e4%b8%ba-alexa-%e5%8a%a9%e6%89%8b%e3%80%82","status":"publish","type":"post","link":"https:\/\/mobsaint.com\/zh_ms\/use-seu-celular-como-alexa-gratuitamente\/","title":{"rendered":"\u514d\u8d39\u4f7f\u7528\u624b\u673a\u4f5c\u4e3a Alexa \u52a9\u624b\u3002"},"content":{"rendered":"<p>\u4f60\u77e5\u9053\u5417\uff1f\u65e0\u9700\u82b1\u8d39\u4efb\u4f55\u91d1\u94b1\uff0c\u4f60\u5c31\u53ef\u4ee5\u628a\u624b\u673a\u53d8\u6210 Alexa\u3002\u5982\u4eca\uff0c\u6709\u5f88\u591a\u514d\u8d39\u5e94\u7528\u7a0b\u5e8f\u80fd\u591f\u6a21\u62df\u4e9a\u9a6c\u900a\u52a9\u624b\u51e0\u4e4e\u6240\u6709\u7684\u529f\u80fd\uff0c\u8ba9\u4f60\u63a7\u5236\u8bbe\u5907\u3001\u63d0\u95ee\u3001\u521b\u5efa\u63d0\u9192\uff0c\u751a\u81f3\u50cf\u4f7f\u7528 Echo Dot \u4e00\u6837\u53d1\u51fa\u8bed\u97f3\u6307\u4ee4\u3002.<\/p>\n\n\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n    \/* Cont\u00eainer para centralizar o cart\u00e3o *\/\n    .app-card-sc-wrapper {\n        display: flex;\n        justify-content: center;\n        padding: 40px 0;\n    }\n\n    \/* Cart\u00e3o do aplicativo *\/\n    .app-card-sc {\n        background-color: #f0f0f0;\n        border-radius: 16px;\n        padding: 20px;\n        width: 100%;\n        max-width: 800px;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n    }\n\n    \/* Container para layout flex\u00edvel *\/\n    .app-card-sc-container {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        gap: 20px;\n    }\n\n    \/* Informa\u00e7\u00f5es do aplicativo *\/\n    .app-card-sc-info {\n        display: flex;\n        align-items: center;\n        flex: 1;\n        max-width: 60%;\n    }\n\n    .app-card-sc-icon {\n        flex-shrink: 0;\n        margin-right: 20px;\n    }\n\n    .app-card-sc-icon img {\n        width: 90px;\n        height: 90px;\n        border-radius: 15px;\n        object-fit: cover;\n    }\n\n    .app-card-sc-details {\n        flex-grow: 1;\n    }\n\n    .app-card-sc-name {\n        font-size: 28px;\n        font-weight: 700;\n        margin-bottom: 10px;\n        color: #000;\n    }\n\n    .app-card-sc-stats {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 20px;\n    }\n\n    .app-card-sc-rating, .app-card-sc-downloads {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .app-card-sc-rating-value, .app-card-sc-downloads-count {\n        font-size: 18px;\n        font-weight: 600;\n        color: #333;\n        display: flex;\n        align-items: center;\n    }\n\n    .app-card-sc-rating-value i {\n        color: #ffc107;\n        margin-left: 4px;\n        font-size: 16px;\n    }\n\n    .app-card-sc-rating-count, .app-card-sc-downloads-label {\n        font-size: 14px;\n        color: #666;\n        margin-top: 2px;\n    }\n\n    \/* Bot\u00f5es *\/\n    .app-card-sc-buttons {\n        display: flex;\n        flex-direction: column;\n        gap: 15px;\n        width: 300px;\n    }\n\n    .app-card-sc-btn {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 15px 25px;\n        border-radius: 8px;\n        font-size: 18px;\n        font-weight: 500;\n        text-decoration: none;\n        color: white;\n        transition: all 0.3s ease;\n        width: 100%;\n        white-space: nowrap;\n    }\n\n    .app-card-sc-btn i {\n        margin-right: 8px;\n        font-size: 18px;\n    }\n\n    .app-card-sc-btn-google {\n        background-color: #01875f;\n    }\n\n    .app-card-sc-btn-google:hover {\n        background-color: #095943;\n    }\n\n    .app-card-sc-btn-apple {\n        background-color: #0b57cf;\n    }\n\n    .app-card-sc-btn-apple:hover {\n        background-color: #ecf1f4;\n        color: #0b57cf;\n    }\n\n    \/* Responsividade *\/\n    @media (max-width: 768px) {\n        .app-card-sc-container {\n            flex-direction: column;\n            align-items: stretch;\n        }\n\n        .app-card-sc {\n            padding: 15px;\n        }\n\n        .app-card-sc-info {\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            margin-bottom: 20px;\n            max-width: 100%;\n            margin: 0 auto;\n        }\n\n        .app-card-sc-icon {\n            margin-right: 0;\n            margin-bottom: 15px;\n            align-self: center;\n        }\n\n        .app-card-sc-details {\n            width: 100%;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .app-card-sc-stats {\n            justify-content: center;\n        }\n\n        .app-card-sc-buttons {\n            width: 100%;\n            flex-direction: column;\n        }\n\n        .app-card-sc-btn {\n            padding: 18px 25px;\n            font-size: 20px;\n        }\n\n        .app-card-sc-btn i {\n            font-size: 20px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .app-card-sc-name {\n            font-size: 24px;\n        }\n\n        .app-card-sc-rating-value, .app-card-sc-downloads-count {\n            font-size: 16px;\n        }\n\n        .app-card-sc-rating-count, .app-card-sc-downloads-label {\n            font-size: 12px;\n        }\n\n        .app-card-sc-btn {\n            font-size: 18px;\n            padding: 16px 20px;\n        }\n    }\n\n    @keyframes app-card-sc-pulse {\n        0% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);\n        }\n    }\n\n    .app-card-sc-pulse {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n\t\t\n    @keyframes app-card-sc-pulse2 {\n        0% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 1);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(1, 135, 95, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 0);\n        }\n    }\n\n    .app-card-sc-pulse2 {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n    <\/style>\n        <div class=\"app-card-sc-wrapper\">\n        <div class=\"app-card-sc\">\n            <div class=\"app-card-sc-container\">\n                <div class=\"app-card-sc-info\">\n                    <div class=\"app-card-sc-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/play-lh.googleusercontent.com\/cKPxuj_Wa0KtL3kfCAA-km9H8gcxXEWLAM4CA5oER71lAexKdyUNUmn45JZhvquX180=w240-h480-rw\" alt=\"\u4e9a\u9a6c\u900a Alexa\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">\u4e9a\u9a6c\u900a Alexa<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,7<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">4,446,210 \u6761\u8bc4\u8bba<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">100\u82f1\u91cc\u4ee5\u4e0a<\/span>\n                                <span class=\"app-card-sc-downloads-label\">\u4e0b\u8f7d<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/mobsaint.com\/zh_ms\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.amazon.dee.app\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        \u5728 Google Play \u4e0a\u5b89\u88c5\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/mobsaint.com\/zh_ms\/redir\/?url=https:\/\/apps.apple.com\/br\/app\/amazon-alexa\/id944011620\" class=\"app-card-sc-btn app-card-sc-btn-apple app-card-sc-pulse\">\n                        <i class=\"fab fa-apple\"><\/i>\n                        \u4ece Apple Store \u5b89\u88c5\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n\n<p>\u6709\u4e86\u8fd9\u9879\u89e3\u51b3\u65b9\u6848\uff0c\u60a8\u65e0\u9700\u8d2d\u4e70 Alexa \u5373\u53ef\u4eab\u53d7\u8fd9\u9879\u6280\u672f\u3002\u53ea\u9700\u5b89\u88c5\u76f8\u5e94\u7684\u5e94\u7528\u7a0b\u5e8f\uff0c\u5b8c\u6210\u5feb\u901f\u8bbe\u7f6e\uff0c\u5373\u53ef\u5f00\u59cb\u4f7f\u7528\u8bed\u97f3\u547d\u4ee4\uff0c\u8ba9\u60a8\u7684\u65e5\u5e38\u751f\u6d3b\u66f4\u52a0\u4fbf\u6377\u3002\u5b83\u5b9e\u7528\u3001\u667a\u80fd\uff0c\u5e76\u4e14\u540c\u65f6\u652f\u6301\u5b89\u5353\u548c\u82f9\u679c\u624b\u673a\u3002.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>\u80fd\u5c06\u624b\u673a\u53d8\u6210 Alexa \u7684\u5e94\u7528\u7a0b\u5e8f\u662f\u5982\u4f55\u5de5\u4f5c\u7684\uff1f<\/strong><\/h2>\n\n\n\n<p>\u8fd9\u6b3e\u5e94\u7528\u529f\u80fd\u9f50\u5168\uff0c\u582a\u79f0\u667a\u80fd\u52a9\u624b\u3002\u5b89\u88c5\u540e\uff0c\u6fc0\u6d3b\u9ea6\u514b\u98ce\u5373\u53ef\u4f7f\u7528\u8bed\u97f3\u6307\u4ee4\u5b8c\u6210\u7b80\u5355\u5feb\u6377\u7684\u4efb\u52a1\u3002\u5b83\u53ef\u4ee5\u56de\u7b54\u95ee\u9898\u3001\u64ad\u653e\u97f3\u4e50\u3001\u8bbe\u7f6e\u95f9\u949f\u3001\u63a7\u5236\u517c\u5bb9\u8bbe\u5907\uff0c\u5e76\u6267\u884c\u81ea\u52a8\u5316\u7a0b\u5e8f\u3002.<\/p>\n\n\n\n<p>\u6b64\u5916\uff0c\u8be5\u5e94\u7528\u7a0b\u5e8f\u8fd8\u652f\u6301\u591a\u79cd\u8bed\u8a00\uff0c\u5305\u62ec\u8461\u8404\u7259\u8bed\uff0c\u5e76\u96c6\u6210\u4e86\u5929\u6c14\u9884\u62a5\u3001\u65e5\u5386\u3001\u65b0\u95fb\u7b49\u70ed\u95e8\u670d\u52a1\u3002.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>\u4e3b\u8981\u529f\u80fd<\/strong><\/h2>\n\n\n\n<p><strong>\u5b9e\u65f6\u8bed\u97f3\u547d\u4ee4<\/strong><br>\u60a8\u53ef\u4ee5\u50cf\u5e73\u5e38\u4e00\u6837\u4e0e\u52a9\u624b\u5bf9\u8bdd\uff0c\u8be2\u95ee\u4fe1\u606f\uff0c\u8bf7\u6c42\u64cd\u4f5c\uff0c\u4ee5\u53ca\u63a7\u5236\u624b\u673a\u4e0a\u7684\u529f\u80fd\u3002.<\/p>\n\n\n\n<p><strong>\u95f9\u949f\u3001\u63d0\u9192\u548c\u8ba1\u65f6\u5668<\/strong><br>\u4f7f\u7528\u5feb\u6377\u5b9e\u7528\u7684\u547d\u4ee4\uff0c\u8f7b\u677e\u5b89\u6392\u60a8\u7684\u4e00\u5929\u3002.<\/p>\n\n\n\n<p><strong>\u4e0e\u667a\u80fd\u8bbe\u5907\u96c6\u6210<\/strong><br>\u706f\u6ce1\u3001\u63d2\u5ea7\u548c\u5176\u4ed6\u667a\u80fd\u7269\u54c1\u53ef\u4ee5\u76f4\u63a5\u901a\u8fc7\u8be5\u5e94\u7528\u7a0b\u5e8f\u8fdb\u884c\u63a7\u5236\uff0c\u5c31\u50cf\u4f7f\u7528\u5b98\u65b9\u7684 Alexa \u5e94\u7528\u7a0b\u5e8f\u4e00\u6837\u3002.<\/p>\n\n\n\n<p><strong>\u5373\u65f6\u54cd\u5e94<\/strong><br>\u8be5\u52a9\u624b\u63d0\u4f9b\u5929\u6c14\u3001\u65b0\u95fb\u3001\u4f53\u80b2\u3001\u8da3\u95fb\u4ee5\u53ca\u5176\u4ed6\u5404\u79cd\u7c7b\u522b\u7684\u4fe1\u606f\u3002.<\/p>\n\n\n\n<p><strong>\u667a\u80fd\u7a0b\u5e8f<\/strong><br>\u521b\u5efa\u81ea\u5b9a\u4e49\u547d\u4ee4\uff0c\u4f8b\u5982\u201c\u65e9\u4e0a\u597d\u201d\uff0c\u5373\u53ef\u81ea\u52a8\u6536\u542c\u5929\u6c14\u3001\u65e5\u7a0b\u5b89\u6392\u548c\u65b0\u95fb\u3002.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>\u6700\u597d\u7684\u514d\u8d39\u5e94\u7528\u7a0b\u5e8f<\/strong><\/h2>\n\n\n\n<p>\u628a\u624b\u673a\u53d8\u6210 Alexa \u7684\u6700\u4f73\u5e94\u7528\u662f\u2026\u2026 <strong>\u4e9a\u9a6c\u900a Alexa<\/strong>, \u5b83\u662f\u514d\u8d39\u7684\u3002\u5b83\u63d0\u4f9b\u4e86Echo\u8bbe\u5907\u7684\u6240\u6709\u529f\u80fd\uff0c\u4f46\u76f4\u63a5\u5728\u4f60\u7684\u624b\u673a\u4e0a\u5b9e\u73b0\u3002.<\/p>\n\n\n\n<p>\u6709\u4e86\u5b83\uff0c\u4f60\u53ef\u4ee5\u628a\u624b\u673a\u5f53\u4f5c\u201c\u4fbf\u643a\u5f0f Alexa\u201d\uff0c\u4e0e\u5bb6\u91cc\u7684\u667a\u80fd\u8bbe\u5907\u5bf9\u8bdd\uff0c\u6216\u8005\u76f4\u63a5\u4f7f\u7528\u8bed\u97f3\u52a9\u624b\u6765\u5b89\u6392\u4f60\u7684\u65e5\u5e38\u4e8b\u52a1\u3002.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>\u5982\u4f55\u5c06\u624b\u673a\u7528\u4f5c Alexa\uff08\u5206\u6b65\u6307\u5357\uff09<\/strong><\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>\u5728\u60a8\u7684\u624b\u673a\u4e0a\u4e0b\u8f7d\u4e9a\u9a6c\u900a Alexa \u5e94\u7528\u3002.<\/li>\n\n\n\n<li>\u6253\u5f00\u5e94\u7528\u7a0b\u5e8f\u5e76\u4f7f\u7528\u60a8\u7684\u4e9a\u9a6c\u900a\u8d26\u6237\u767b\u5f55\u3002.<\/li>\n\n\n\n<li>\u542f\u7528\u9ea6\u514b\u98ce\u4ee5\u4f7f\u7528\u8bed\u97f3\u547d\u4ee4\u3002.<\/li>\n\n\n\n<li>\u5982\u6709\u9700\u8981\uff0c\u53ef\u914d\u7f6e\u667a\u80fd\u8bbe\u5907\u3002.<\/li>\n\n\n\n<li>\u4f7f\u7528\u63a7\u5236\u6309\u94ae\u6216\u8bf4\u201cAlexa\u201d\uff08\u5728\u517c\u5bb9\u7684\u8bbe\u5907\u4e0a\uff09\u3002.<\/li>\n\n\n\n<li>\u5b8c\u6210\uff01\u60a8\u7684\u624b\u673a\u73b0\u5728\u53ef\u4ee5\u4f5c\u4e3a\u529f\u80fd\u9f50\u5168\u7684\u667a\u80fd\u52a9\u624b\u4f7f\u7528\u3002.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>\u5c06\u624b\u673a\u53d8\u6210 Alexa \u7684\u4f18\u52bf\u3002<\/strong><\/h2>\n\n\n\n<p>\u25cf \u65e0\u9700\u8d2d\u4e70 Echo Dot<br>\u25cf \u5b8c\u5168\u514d\u8d39\u3002<br>\u25cf \u4efb\u4f55\u5730\u65b9\u5747\u53ef\u4f7f\u7528<br>\u25cf \u968f\u65f6\u968f\u5730\uff0c\u4f60\u7684\u53e3\u888b\u91cc\u90fd\u6709\u667a\u80fd\u52a9\u624b<br>\u25cf \u975e\u5e38\u9002\u5408\u5728\u8d2d\u4e70\u5b9e\u4f53\u8bbe\u5907\u4e4b\u524d\u6d4b\u8bd5 Alexa\u3002<br>\u25cf \u65e0\u9700\u5927\u91cf\u6295\u8d44\u5373\u53ef\u5b9e\u73b0\u5bb6\u5ead\u81ea\u52a8\u5316\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>\u628a\u624b\u673a\u5f53\u4f5c Alexa \u4f7f\u7528\u503c\u5f97\u5417\uff1f<\/strong><\/h2>\n\n\n\n<p>\u6ca1\u9519\uff01\u5bf9\u4e8e\u8ffd\u6c42\u5b9e\u7528\u6027\u3001\u8282\u7701\u6210\u672c\u548c\u667a\u80fd\u529f\u80fd\u7684\u7528\u6237\u6765\u8bf4\uff0c\u4f7f\u7528\u624b\u673a\u4f5c\u4e3a Alexa \u8bbe\u5907\u662f\u4e00\u4e2a\u7edd\u4f73\u7684\u9009\u62e9\u3002\u60a8\u53ef\u4ee5\u63a7\u5236\u667a\u80fd\u5bb6\u5c45\u3001\u5b89\u6392\u65e5\u5e38\u4e8b\u52a1\u5e76\u5feb\u901f\u4f7f\u7528\u8bed\u97f3\u547d\u4ee4\u3002\u867d\u7136 Echo \u8bbe\u5907\u59cb\u7ec8\u5904\u4e8e\u6fc0\u6d3b\u72b6\u6001\uff0c\u66f4\u52a0\u4fbf\u6377\uff0c\u4f46\u8fd9\u6b3e\u5e94\u7528\u5bf9\u4e8e\u90a3\u4e9b\u5bfb\u6c42\u514d\u8d39\u4e14\u529f\u80fd\u9f50\u5168\u7684\u89e3\u51b3\u65b9\u6848\u7684\u7528\u6237\u6765\u8bf4\u5df2\u7ecf\u975e\u5e38\u5b8c\u7f8e\u4e86\u3002.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>\u7ed3\u8bba<\/strong><\/h2>\n\n\n\n<p>\u514d\u8d39\u4f7f\u7528\u624b\u673a\u4f5c\u4e3a Alexa \u52a9\u624b\uff0c\u662f\u4e00\u79cd\u7b80\u5355\u3001\u5feb\u6377\u3001\u9ad8\u6548\u7684\u65b9\u5f0f\uff0c\u65e0\u9700\u4efb\u4f55\u82b1\u8d39\u5373\u53ef\u62e5\u6709\u667a\u80fd\u52a9\u624b\u3002\u901a\u8fc7\u5b98\u65b9\u5e94\u7528\u7a0b\u5e8f\uff0c\u60a8\u53ef\u4ee5\u8bbf\u95ee\u8bed\u97f3\u547d\u4ee4\u3001\u81ea\u52a8\u5316\u529f\u80fd\u3001\u65e5\u5e38\u4efb\u52a1\u4ee5\u53ca\u4e0e\u667a\u80fd\u8bbe\u5907\u7684\u96c6\u6210\u3002\u5b83\u5b9e\u7528\u4fbf\u6377\uff0c\u968f\u65f6\u968f\u5730\u90fd\u80fd\u4f7f\u7528\uff0c\u8ba9\u60a8\u7684\u65e5\u5e38\u751f\u6d3b\u66f4\u52a0\u8f7b\u677e\u3002.<\/p>\n\n\n\n<p>\u5982\u679c\u60a8\u60f3\u8981\u4f4e\u6210\u672c\u7684\u6280\u672f\uff0c\u8fd9\u662f\u6b63\u786e\u7684\u9009\u62e9\u3002.<\/p>","protected":false},"excerpt":{"rendered":"<p>Voc\u00ea sabia que \u00e9 poss\u00edvel transformar o seu celular em uma Alexa sem gastar nada? Hoje existem aplicativos gratuitos capazes de simular quase todas as fun\u00e7\u00f5es da assistente da Amazon, permitindo que voc\u00ea controle dispositivos, fa\u00e7a perguntas, crie lembretes e at\u00e9 d\u00ea comandos de voz como se estivesse usando uma Echo Dot. Com essa solu\u00e7\u00e3o, &#8230; <a title=\"\u514d\u8d39\u4f7f\u7528\u624b\u673a\u4f5c\u4e3a Alexa \u52a9\u624b\u3002\" class=\"read-more\" href=\"https:\/\/mobsaint.com\/zh_ms\/use-seu-celular-como-alexa-gratuitamente\/\" aria-label=\"\u4e86\u89e3\u66f4\u591a\u5173\u4e8e\u5982\u4f55\u514d\u8d39\u5c06\u624b\u673a\u7528\u4f5c Alexa \u7684\u4fe1\u606f\">\u9605\u8bfb\u66f4\u591a<\/a><\/p>","protected":false},"author":1,"featured_media":47123,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-47122","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aplicativos"],"_links":{"self":[{"href":"https:\/\/mobsaint.com\/zh_ms\/wp-json\/wp\/v2\/posts\/47122","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mobsaint.com\/zh_ms\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mobsaint.com\/zh_ms\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mobsaint.com\/zh_ms\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mobsaint.com\/zh_ms\/wp-json\/wp\/v2\/comments?post=47122"}],"version-history":[{"count":1,"href":"https:\/\/mobsaint.com\/zh_ms\/wp-json\/wp\/v2\/posts\/47122\/revisions"}],"predecessor-version":[{"id":47124,"href":"https:\/\/mobsaint.com\/zh_ms\/wp-json\/wp\/v2\/posts\/47122\/revisions\/47124"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mobsaint.com\/zh_ms\/wp-json\/wp\/v2\/media\/47123"}],"wp:attachment":[{"href":"https:\/\/mobsaint.com\/zh_ms\/wp-json\/wp\/v2\/media?parent=47122"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mobsaint.com\/zh_ms\/wp-json\/wp\/v2\/categories?post=47122"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mobsaint.com\/zh_ms\/wp-json\/wp\/v2\/tags?post=47122"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}