前端 (HTML/JavaScript)fmtc.cn
index.html:
html
欢迎来到购物商城
<script>
// 这里你可以添加 JavaScript 代码来从后端获取产品数据并显示在页面上
// 例如,使用 fetch API 或 AJAX
// 示例:假设你有一个后端 API 路径为 '/products'
fetch('/products')
.then(response => response.json())
.then(data => {
const productsDiv = document.getElementById('products');
data.forEach(product => {
const p = document.createElement('p');
p.textContent = `${product.name} - ${product.price}`;
productsDiv.appendChild(p);
});
})
.catch(error => console.error('Error:', error));
</script>
后端 (Python Flask) app.py:
python
from flask import Flask, jsonify
app = Flask(name)
假设的产品数据
products = [
{‘id’: 1, ‘name’: ‘商品1’, ‘price’: 100},
{‘id’: 2, ‘name’: ‘商品2’, ‘price’: 200},
# … 更多产品
]
@app.route(‘/’)
def index():
return ‘’’
‘’’
@app.route(‘/products’)
def get_products():
return jsonify(products)
if name == ‘main’:
app.run(debug=True)
确保你有一个 index.html 文件在 Flask 应用的根目录下。
后端 (Node.js Express)
app.js:
javascript
const express = require(‘express’);
const app = express();
const port = 3000;
// 假设的产品数据
const products = [
{ id: 1, name: ‘商品1’, price: 100 },
{ id: 2, name: ‘商品2’, price: 200 },
// … 更多产品
];
app.get(‘/’, (req, res) => {
res.send( <!DOCTYPE html> <html> <head><title>重定向到商城</title></head> <body><script>location.href = '/index.html';</script></body> </html>
);
});
app.get(‘/products’, (req, res) => {
res.json(products);
});
app.listen(port, () => {
console.log(App listening at http://localhost:${port}
);
});
确保你有一个 index.html 文件在 Node.js 应用的根目录下,并且已经安装了 express 包。
以上代码只是一个非常基础的框架,真正的购物商城需要更多的功能,如用户认证、购物车、订单管理、支付接口等。这些功能通常需要使用更复杂的库和框架来实现。由于生成一个完整的购物商城代码超出了简单的回答范围,我将为您提供一个简化的示例,包括前端(HTML/JavaScript)和后端(Python Flask 或 Node.js Express)的基本框架。
前端 (HTML/JavaScript)
index.html:
html
欢迎来到购物商城
<script>
// 这里你可以添加 JavaScript 代码来从后端获取产品数据并显示在页面上
// 例如,使用 fetch API 或 AJAX
// 示例:假设你有一个后端 API 路径为 '/products'
fetch('/products')
.then(response => response.json())
.then(data => {
const productsDiv = document.getElementById('products');
data.forEach(product => {
const p = document.createElement('p');
p.textContent = `${product.name} - ${product.price}`;
productsDiv.appendChild(p);
});
})
.catch(error => console.error('Error:', error));
</script>
后端 (Python Flask) app.py:
python
from flask import Flask, jsonify
app = Flask(name)
假设的产品数据
products = [
{‘id’: 1, ‘name’: ‘商品1’, ‘price’: 100},
{‘id’: 2, ‘name’: ‘商品2’, ‘price’: 200},
# … 更多产品
]
@app.route(‘/’)
def index():
return ‘’’
‘’’
@app.route(‘/products’)
def get_products():
return jsonify(products)
if name == ‘main’:
app.run(debug=True)
确保你有一个 index.html 文件在 Flask 应用的根目录下。
后端 (Node.js Express)
app.js:
javascript
const express = require(‘express’);
const app = express();
const port = 3000;
// 假设的产品数据
const products = [
{ id: 1, name: ‘商品1’, price: 100 },
{ id: 2, name: ‘商品2’, price: 200 },
// … 更多产品
];
app.get(‘/’, (req, res) => {
res.send( <!DOCTYPE html> <html> <head><title>重定向到商城</title></head> <body><script>location.href = '/index.html';</script></body> </html>
);
});
app.get(‘/products’, (req, res) => {
res.json(products);
});
app.listen(port, () => {
console.log(App listening at http://localhost:${port}
);
});
确保你有一个 index.html 文件在 Node.js 应用的根目录下,并且已经安装了 express 包。
以上代码只是一个非常基础的框架,真正的购物商城需要更多的功能,如用户认证、购物车、订单管理、支付接口等。这些功能通常需要使用更复杂的库和框架来实现。